* lisp/net/tramp-cache.el (tramp-persistency-file-name):
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 9 Nov 2021 19:24:03 +0000 (20:24 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 9 Nov 2021 19:24:03 +0000 (20:24 +0100)
Skip superfluous `expand-file-name'.

lisp/net/tramp-cache.el

index f1c656ec209c2fafb9912e85c932ce9c9e387f63..5e7d24ff72b897a763e301784f7d9f4a59831ac8 100644 (file)
@@ -101,8 +101,7 @@ details see the info pages."
                       (choice :tag "           Value" sexp))))
 
 ;;;###tramp-autoload
-(defcustom tramp-persistency-file-name
-  (expand-file-name (locate-user-emacs-file "tramp"))
+(defcustom tramp-persistency-file-name (locate-user-emacs-file "tramp")
   "File which keeps connection history for Tramp connections."
   :group 'tramp
   :type 'file)